Skip to main content

【debug】Gitlab runner

problem

situation 1: the worst, one of the server has no response at all. Others have finished the cicd already

runner

  • the other two servers can run easily, but this dumb nooo

solution:

  1. check git runner status

nemo@nemo2:~/nx-nemo/nx-nemo$ gitlab-runner status Runtime platform arch=amd64 os=linux pid=2243065 revision=9ffb4aa0 version=18.8.0 gitlab-runner: Service is running

no issue

  1. check git runner list

nemo@nemo2:/nx-nemo/nx-nemo$ gitlab-runner list Runtime platform arch=amd64 os=linux pid=2244363 revision=9ffb4aa0 version=18.8.0 Created missing unique system ID system_id=s_ed33eb629ba8 Listing configured runners ConfigFile=/home/nemo/.gitlab-runner/config.toml nemo@nemo2:/nx-nemo/nx-nemo$